home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 336 < prev    next >
Internet Message Format  |  1996-08-06  |  1KB

  1. Path: news-1.csn.net!ub!newserve!npnews!not-for-mail
  2. From: drozdo30@eelab.newpaltz.edu (Patrick A Drozdowski Jr.)
  3. Newsgroups: comp.std.c
  4. Subject: A screen designer for C/C++
  5. Date: 20 Feb 1996 02:34:40 GMT
  6. Organization: SUNY New Paltz
  7. Message-ID: <4gbc00$hbb@motss.newpaltz.edu>
  8. NNTP-Posting-Host: sah.eelab.newpaltz.edu
  9. X-Newsreader: TIN [UNIX 1.3 950515BETA PL0]
  10.  
  11. Subject: A screen designer for C/C++
  12. Newsgroups: comp.lang.c
  13. Summary: 
  14. Keywords: 
  15.  
  16. Hello,
  17.     For anyone interested... I have written an editor which makes 
  18. single page screens that is saved in a format that can be read by a C 
  19. program.  Its a helluva lot easier than changing colors allthe time and 
  20. thousands of printf's and gotoxy's.  It is exellent for designing opening 
  21. screens.
  22.  
  23. It's screen loading source code was tested on Turbo C and Borland C++ and 
  24. I assume it will work on any other DOS version of C.
  25.  
  26. This program is called Pat Paint and is available at the following web 
  27. site...
  28.         Happy programming 
  29.  
  30. Pat Drozdowski
  31.  
  32.  ---------------------------------------------------------------
  33. | This is the voice of GOD... Knock it off down there!!!        |
  34.  ---------------------------------------------------------------
  35. | E-Mail: drozdo30@eelab.newpaltz.edu                           |
  36. |    Web: http://www.eelab.newpaltz.edu/~drozdo30               |
  37. | Resume: http://www.eelab.newpaltz.edu/~drozdo30/patresum.html |
  38.  ---------------------------------------------------------------
  39.  
  40.